Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-732]Adding new config to enable/disable complex data type support #777

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

zhouyuan
Copy link
Collaborator

What changes were proposed in this pull request?

Adding new config to enable/disable complex data type support
Signed-off-by: Yuan Zhou yuan.zhou@intel.com

How was this patch tested?

pass jenkins

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
@github-actions
Copy link

#732

@@ -86,7 +89,11 @@ case class ColumnarShuffleExchangeExec(
// check input datatype
for (attr <- child.output) {
try {
ConverterUtils.createArrowField(attr)
if (!columnarConf.enableComplexType) {
ConverterUtils.checkIfTypeSupported(attr.dataType)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhixingheyi-tian can you please also check if this make sense to you? This helps to easily disable(fallback) on complex type

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense.

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
@zhouyuan zhouyuan merged commit a75bd1c into oap-project:master Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants